::-webkit-scrollbar {
  width: 8px;
  height: 3px
}
::-webkit-scrollbar-track {
  width: 5px;
  background-color: #f9f9f9
}
::-webkit-scrollbar-thumb {
  background: #CD2F2B;

  background-clip: padding-box;
  min-height: 100px
}
::-webkit-scrollbar-thumb:hover {
  background-color: #555
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    color: #666;
}
body, button, input, select, textarea {
    font: 14px/1 "Microsoft YaHei", "微软雅黑";
}
h1 {
    font-size: 18px; /* 18px / 12px = 1.5 */
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
h4, h5, h6 {
    font-size: 100%;
}
address, cite, dfn, em, var {
    font-style: normal;
} /* 将斜体扶正 */
code, kbd, pre, samp, tt {
    font-family: "Courier New", Courier, monospace;
} /* 统一等宽字体 */
small {
    font-size: 12px;
} /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
    list-style: none;
}
/* 重置文本格式元素 */
a {
    text-decoration: none;
    color: #666
}
a:hover {
    text-decoration: none;
    color: #ca3214
}
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}
q:before, q:after {
    content: '';
}
.width100 {
    width: 100%;
    overflow: hidden;
}
.mp0 {
    padding: 0 0rem;
    overflow: hidden;
}
.mp2 {
    padding: 0 0.2rem;
    overflow: hidden;
}
.mp5 {
    padding: 0 0.5rem;
    overflow: hidden;
}
.b10 {
    height: 10px;
    clear: both;
    overflow: hidden;
}
.b20 {
    height: 20px;
    clear: both;
    overflow: hidden;
}
.b40 {
    height: 40px;
    clear: both;
    overflow: hidden;
}
/*clear*/
.clear {
    clear: both;
    float: none;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1;
}

.display-pc {  display: block; }

.not-display-pc {  display: none; }
.flash-move {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(100px);
  transition: all .8s; }

.flash-move.move-on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  transition: all .7s; }



.pagination{width: 100%;}
.pagination span{padding: 8px; background: #2F3237; margin-right: 5px; color: #fff;}
.pagination span a{color: #fff;}
.page-numbar a{ margin-right: 10px;}
.page-numbar a.page-num-current{color: #FCCF04;}


h1.title {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
}
.head {
    display: block;
    width: 100%;
    clear: both;
    font-size: 0;
    position: relative;
    z-index: 2;
    background: #fff;
}
.headeUp{border-bottom: 2px solid #ebebeb;height: 39px;line-height: 39px;}
.headeUp p{font-size: 15px;color: #545454;display: inline-block;}
.Language{float: right;font-size: 15px;color: #545454;}
.Language a{display: inline-block;}
.headLogo{display: inline-block;margin-top: 24px; margin-left: -15px;}
.Tel{float: right;padding-bottom: 7px;}
.TelNumber{display: inline-block;margin-top: 60px;margin-right: 26px;}
.TelNumber img{display: inline-block;vertical-align: top;margin-right: 6px;}
.TelNumber > div{display: inline-block;}
.TelNumber span{font-size: 15px;color: #000;line-height: 16px;}
.TelNumber p{font-size: 25px;color: #c30029;font-weight: bold;}
.TelImg{display: inline-block;vertical-align: top;margin-top: 12px; margin-bottom: 6px;}

.Home{padding-left: 0;padding-right: 0;}
.Home .title{line-height: 42px; clear:both; padding-top: 30px; border-bottom: 3px solid #CC302B; overflow:hidden;}
.Home .title h3{ float:left; height: 42px; font-weight: bold; line-height: 42px; width: 170px; background: #CC302B; text-align:center; color: #fff; font-size: 20px;}
.Home .title ul{ float:left; margin-left: 20px;}
.Home .title ul li{ float:left; padding-left: 14px;}
.Home .title .more{ float:right;}
.Home .title .more a,.Home .title .more a:visited{ color:#D97A1F;}

.ProductList{margin-top: 38px;}
.ProductList li{ width: 23.74%; display: inline-block;margin-right: 16px;}
.ProductList li:nth-child(4n){margin-right: 0;}
.ProductImg{width:100%;height: 196px; border: 1px solid #e5e5e5; overflow: hidden;}
.ProductImg img{width: 100%;}
.ProductList P{font-size: 14px;color: #454545;text-align: center;line-height: 14px;padding:17px 0; margin-bottom: 10px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ProductList li:hover P{background: #CC302B; color: #fff;}

.YingList{margin-top: 0px;}
.YingList li{width: 31.9%; display: inline-block;margin-right: 15px;}
.YingList li:nth-child(3n){margin-right: 0;}
.YingImg{width: 100%;height: 197px;overflow: hidden;}
.YingImg img{width: 100%; transition: all 0.6s;}
.YingList li:hover .YingImg img{transform: scale(1.1);}
.YingList P{font-size: 14px;color: #454545;text-align: center;line-height: 14px;padding:8px 0; margin-bottom: 0px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.YingList li:hover P{background: #CC302B; color: #fff;}
.Yingbg{padding: 60px 0; background: url("../images/yingbg.jpg") center no-repeat; background-size: cover;}


.hangye-tit{background: #CC302B;}
.hangye-tit h3 a{ height: 80px;line-height: 80px;padding-left: 35px; display: block; font-size: 20px; font-weight: bold; color: #fff;}
.hangye-menu{ background: #EFEFEF;}
.hangye-menu li{ background:url(../images/about_nav.jpg) no-repeat 36px 33px  #efefef;  height:72px; line-height:72px; text-indent:56px; font-size:14px; font-weight:bold;border-bottom:1px solid #FFF;}
.hangye-menu li a{ display:block; width:100%;border-bottom:1px solid #FFF;line-height:72px; height:72px;}
.hangye-menu li a:hover{ background:#CC302B; color:#FFF; text-decoration:none; font-size:16px;}

.Home .about{ padding-top: 30px;}
.Home .about img{ float:left; margin-right: 25px;}
.Home .about h2{ font-size: 28px; padding: 10px 0;}
.Home .about p{ margin: 0; padding: 12px 0; line-height: 27px;}

.Home .news .top{ margin: 0; line-height: 27px; height: 150px; color: #666;}
.Home .news .top img{ float:left; width:40%; height: 160px;}
.Home .news .top span{ float:right; width: 57%;}
.Home .news .top strong{ display:block; color:#DA7B1F; font-size: 16px; padding-bottom: 10px;}
.Home .news .top .more{ background:url("../images/ico_3.png") no-repeat 40px center; display:block; margin-top: 10px;}
.Home .news p{ margin: 0; padding: 5px 0 5px 0px; line-height: 25px;}

.Home .news .ico1{ clear: both; padding-top: 10px;}
.Home .news .ico1 a,.Home .news .ico1 a:visited{ color: #DA7B1F; font-size: 16px; font-weight:bold;}
.Home .news .ico2{ color: #666; padding: 0 0 10px 0px; border-bottom: 1px dotted #ccc;}
.gybg{background: #f9f9f9;padding: 20px 0 60px 0;}

.footer{
padding: 60px 0;
background: #000000 radial-gradient(circle,#5a5a5a 0%,#222 100%) 50% 50% no-repeat; background-size: 100% 100%; 
}
.f_title {
    padding-bottom: 32px;color: #fff;
}
.f_title h3{color: #fff;}
.link_widget ul li a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: arial,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.info_widget p{line-height: 36px; text-align: center; color: #f1f1f1;}
.link_widget ul li:hover a {
  color: #fff;
}

.info_widget .contact_details p {
    text-align: left;
    clear: both;
  font-size: 15px;
  font-family: arial,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
}

.info_widget .contact_details p a {
  font-size: 15px;
  font-family: arial,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 5px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.footer_copy_right {
  text-align: center;
  padding-top: 15px;
background: #1d1d1d;
}

.footer_copy_right h4, .footer_copy_right h4 a {
  font-size: 13px;
  font-family: arial,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
  color: rgba(111, 111, 111, 0.7);
  font-weight: normal;
    line-height: 20px;
}
.footer_copy_right p a{display:inline-block;line-height:20px;}
.woannei{background: #f3f3f3;}
.context-dark {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  padding: 116px 0;
background: #000000 radial-gradient(circle,#054d96 0%,#002b79 100%) 50% 50% no-repeat;
    background-size: 100% 100%;
}
.breadcrumbs-custom-path {
  padding: 20px 0;
  text-align: center;
}
.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.breadcrumbs-custom-path > * {
  padding-left: 8px;
  padding-right: 8px;
}
.breadcrumbs-custom-path a {
  display: inline;
  color: #777;
}
.breadcrumbs-custom-path li::after {
  position: absolute;
  content: "";
  top: 46%;
  right: -8px;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-style: normal;
  font-family: material design icons;
  color: #151515;
  transform: translate3d(0, -50%, 0);
}

.breadcrumbs-custom-decor {
  margin-top: 15px;
  font-size: 0;
  line-height: 0;
}
.breadcrumbs-custom-decor::before {
  display: inline-block;
  content: '';
  width: 80px;
  height: 3px;
  background: rgba(255, 255, 255);
}
.box-transform {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% + 150px);
  height: calc(100% + 150px);
  will-change: transform;
  animation: bgPos 100s linear infinite;
  transform: translate3d(75px, -75px, 0) rotate(0.001deg);
  background-position: 50%;
  background-size: cover;
  pointer-events: none;
  zoom: 1;
  z-index: -1;
}
@keyframes bgPos {
  25% {
    transform: translate3d(150px, -150px, 0) rotate(0.001deg);
  }
  75% {
    transform: translate3d(0, 0, 0) rotate(0.001deg);
  }
}

.cp-tit{ width: 100%; background: url("../images/left-top.jpg") center no-repeat; background-size: cover;}
.cp-tit h3{line-height: 36px; margin-left: 20px; font-size: 30px; font-weight: bold; color: #fff; padding: 40px 0;}
.left-dl{ border: 1px solid #e3e4e4;}
.left-dl dd{line-height: 46px; font-size: 16px;padding-left: 20px; border-bottom: 1px solid #e3e4e4;}
.left-dl dd:last-child{border: none;}
.left-bottom{width: 100%; background: url("../images/left-bot.jpg") center no-repeat; background-size: cover; height: 239px;}
.left-bottom p{
    text-align: center;
    line-height: 18px;
    color: #fff;
    font-size: 18px;
    padding-top: 106px;
    display: block;}

.tel400 {
    font-family: "Impact";
    line-height: 55px;
    width: 100%;
    margin-top: 8px;
    text-align: center;
    font-size: 33px;
    color: #FFF;
    letter-spacing: 2px;
}
.left-lianxi{border: 1px solid #e3e4e4;}
.left-lianxi-tit h3{padding: 20px;color: #fff;font-size: 20px; width: 100%; background: url("../images/left-tit.jpg") center no-repeat; background-size: cover;}
.left-lianxi p{ margin-left: 10px; margin-right: 10px; line-height: 36px;overflow: hidden;    white-space: nowrap;}
.left-lianxi p a:before{content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #CC2F2A;
    vertical-align: middle;
    margin-right: 7px;
    border-radius: 4px;}

.xwzx{}
.xwzx .xx{padding: 8px; border: 1px solid #f1f1f1; background: #f9f9f9;margin-bottom: 15px;}
.xwzx .tt{display: block;}
.xwzx .tt img{width: 100%;}
.xwzx .xx .titl{display: block; margin-top: 10px; padding-left:5px;font-size: 18px;line-height: 1.444;font-weight: 500; color: #151515;}
.xwzx .xx .des{display: block; font-size: 15px;line-height: 24px; color: #9b9b9b;font-weight: 400; overflow: hidden;}
.xwzx .xx .date{margin: 10px 0; color: #9b9b9b;font-size: 14px;font-weight: 300;}

.xwzx .art-tag{ margin:10px 0;}
.xwzx .art-tag a{    display: inline-block;
    padding: 8px 15px;
    background: #CC300E;
    color: #fff;
    margin: 0 6px;
    border-radius: 5px;
    font-size: 12px; border:1px solid #CC300E;}
.xwzx .art-tag a:hover{background:#fff; color: #CC300E;}

.pro_index{
    display: inline-block;
    position: relative;
     border-radius: 6px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.pro_index:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 160px;
    height: 160px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: rgba(64, 75, 82, 0.6);
    transition: .3s ease-out all;
    pointer-events: none;
    opacity: 0;
}
.pro_index img {
    display: inline-block;
    transform: scale(1);
    transition: .3s ease-out all;
}
.pro_index:hover{box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}
.pro_index:hover img {
    transform: scale(1.1);
}
.pro_index:hover:before {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-45deg) scale(3);
}

.pro_index_p{
    font-size: 15px;
    margin: 10px 5px 15px 5px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    }
.pro_index_p a{display: block;}

.pro_index_p:hover{font-size: 16px;}
.con_body{padding: 0 2px;}
.con_body h2{line-height:45px; font-size:18px; font-weight:600; color:#CC302A;}
.venus-menu {
    width: 100%;
}
.venus-menu li {
    width: 11%;
    float: left;
    text-align: center;
    margin-top: 10px;
    border-right: 1px solid #ddd;
}
.venus-menu li a {
    font-size: 18px;
    line-height: 42px;
}
.venus-menu li a:hover {
    color: #085fb0;
    font-weight: 500;
}

.width30 {
    width: 30%;
    float: left;
    background: url("../images/nab_bg.jpg") no-repeat;
    background-size: cover;
}
.width70 {
    width: 70%;
    float: left;
}
.bgfff {
    background: #fff;
    overflow: hidden;
}
.width30 h3 {
    text-align: right;
    font-size: 35px;
    line-height: 50px;
    padding: 60px 30px 60px 0;
    color: #fff;
}
.f9 {
    background: #f9f9f9;
    padding: 30px 0;
}
.f6 {
    background: #f6f6f6;
    padding: 30px 0;
}
.con_body h3 {
    font-size: 17px;
    line-height: 2.2em;
    color: #CB302A;
    font-weight: bold;
}
.con_body p {
    line-height: 32px;
    font-size: 14px;
}

ul.chanpin-esc li{border-top: 1px solid #eee;padding: 14px 16px;
    color: #555;}
ul.chanpin-esc li p{margin: 0px 12px 0 0;}
.pd_rit ul li span {
    color: #999;
    overflow: hidden;
}
.clear {
    clear: both;
}
.pd_move {
    border-top: 1px solid #eee;
}
.pd_move p {
    background: url(../images/prc_2.png) left 20px top 16px no-repeat;
    padding: 4px 62px 4px 78px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.pd_move em {
    color: #333;display: block;
}
.font_28 {
    font-size: 28px;
}

       .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 71px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(../images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 14px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-online i {
             background-position: -34px -22px;
        }
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
            width: 33px;
            height: 35px;
            background-position: -27px -51px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 77px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #221F1F;
            color: #fff;
            height: 75px;
            width: 247px;
            padding:9px 0 6px;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #221F1F;
            width: 97px;
            height: 75px;
            position: relative;
            padding:9px 0 6px;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    

/*footer*/
.orientation{margin-bottom: 20px;}
.orientation p{line-height: 24px;}
.breadcrumbs-custom-title{font-size: 32px; color:#fff;font-weight:600;}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    text-decoration: none;
    background-color: #fff;
    padding: 0;
    border: none;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #999;
    background:none;
    border-color: #ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
nav.for-pagination {
    text-align: center;
    margin-bottom: 50px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
display: inline;
    float: left;
    line-height: 1.42;
    border: 1px solid #ccc;
    padding: 6px 12px;
    margin: 0 0 0 5px;
}
.pagination>li.thisclass {
    background: #ff8400;
    color: #fff;
    margin-left: 0.75em;
}
.pagination>li.shouye {
    padding: 6px 12px;
    background: #fff;
    color: #999;
    border: 1px solid #ddd;
    margin-left: 0.75em;
    line-height: 1.42;
}
nav.for-pagination .pagination li.active a {
    background-color: #334870;
    border-color: #334870;
    color: #fff;
}
nav.for-pagination .pagination li span {
    color: #999;
}
nav.for-pagination .pagination li:nth-child(n+2) a {
    color: #999;
}

.menu {
  width: 100%;
  background: #fff;
  font-size: 11px;
  margin: 0 auto;
  overflow: hidden
}
.menu ul li {
  display: block;
  padding-top: 2px;
  margin-bottom: 5px;
  background: url(../images/zakladka.png) top left no-repeat;
  background-size: 100%;
  list-style: none;
  overflow: visible;
    
}
.menu ul li a {
  display: block;
  height: 40px;
  width: 100%;
  margin-top: 0;
  padding-top: 9px;
  padding-left: 25px;
  font-size: 14px;
  color: #223d7a;
  outline: none
}
.menu ul li .active {
  background: url(../images/on.png) top right no-repeat
}
.menu ul li .inactive {
  background: url(../images/off.png) top right no-repeat
}
.menu ul li ul {
  display: none;
  padding-bottom: 20px;
  background: #f9f9f9;
}
.menu ul li ul li ul {
  margin-bottom: 5px
}
.menu ul li ul li {
  display: block;
  background: 0 0;
  font-size: 12px;
  list-style: circle;
  color: #223d7a;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px
}
.menu ul li ul li:hover{background: url(../images/nav_bg.jpg) center top no-repeat;    background-size: cover;}
.menu ul li ul li a {
    height:auto;
  background: 0 0;
  font-size: 14px;
    line-height: 18px;
  color: #223d7a;
    padding: 8px 0;
}


.more_tit{ width: 100%; margin-top: 15px; overflow: hidden;}
.more_tit .t1{ float: left; font-size: 22px; line-height: 24px; padding-bottom: 15px; color: #104492; position: relative;}
.more_tit .t1::before{ content: ""; display: block; width: 95px; height: 3px; background: #104492; position: absolute; bottom: -2px; left: 0;}
.more_tit .lin{ width: 100%; height: 1px; padding-bottom: 2px; float: left; border-top: 1px solid #d1d1d1;}
.more-list a img{height: auto;}

.more-list{}
.more-list a{display: block;font-size: 14px; overflow: hidden; color: #fff;}
.more-list a p{ line-height: 36px; height: 36px;padding: 0 8px; color: #fff;   background-color: #1565A3;  background-image: linear-gradient(to right,#fe0002 0,#2999dd 51%,#0e0e0e 100%);   background-size: 200% auto; display: block; overflow: hidden;}
.more-xinwen-i{line-height: 42px; height: 42px; border-bottom: 1px dashed #d5d5d5;}
.more-list a img{border: 1px solid #f1f1f1;}


.title_h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    border-bottom: 1px solid #3e3e3e;
}
.body_dl {
    width: 100%;
    overflow: hidden;
}
.body_dl p {
    line-height: 48px;
    font-size: 14px;
    text-align: center;
}
.body_dl img {
    border: 1px solid #f1f1f1;
    width: 100%;
}
.body_dl a:hover img {
    border: 1px solid #ca3214;
}
.body_dl a:hover p {
    color: #ca3214;
}
.news_dl {
    width: 100%;
    overflow: hidden;
}
.news_dl div {
    line-height: 50px;
    font-size: 14px;
    border-bottom: 1px dashed #f1f1f1;
}

.topbar .logo-w {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 198px;
  height: 56px;
  background-color: #fff;
}
.topbar .logo-w .logo-ww {
  width: 100%;
  height: 56px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topbar .logo-w .logo-ww img {
  height: 21px;
}
.topbar .logo-w.ylw {
  background-color: #ce0600;
}
.topbar .navs-w {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  height: 56px;
  background-color: #ce0600;
}
.topbar .navs-w .menu-opener {
  width: 56px;
  height: 56px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.topbar .navs-w .menu-opener img {
  width: 14px;
}
.topbar .navs-w .phone {
  width: auto;
  height: 56px;
  float: left;
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 0 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.topbar .navs-w .phone img {
  width: 19px;
  margin-right: 10px;
}
.topbar .navs-w .phone span {
  font-weight: bold;
  font-size: 21px;
}
.topbar .menu-w {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 0;
  height: 56px;
  overflow: hidden;
  transition: all 0.5s;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
}
.topbar .menu-w .menu-ww {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-left: 25px;
  width: 100%;
  height: 100%;
  background-color: #ce0600;
}
.topbar .menu-w .menu-ww .menus {
  padding-right: 35px;
}
.topbar .menu-w .menu-ww .menus .item {
  padding: 0 22px;
  line-height: 56px;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  display: inline-block;
  height: 56px;
  float: left;
}
.topbar .menu-w .menu-ww .menus .item:after {
  content: ' ';
  height: 3px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
.topbar .menu-w .menu-ww .menus .item.active:after, .topbar .menu-w .menu-ww .menus .item:hover:after {
  opacity: 1;
}
.topbar .menu-w .menu-ww .close-w {
  width: 56px;
  height: 56px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
}
.topbar .menu-w .menu-ww .close-w img {
  height: 10px;
}
.topbar .menu-w.active {
  opacity: 1;
  width: calc(100% - 196px);
}
.img100{width: 100%;}
.imgimg{max-width: 100%;}
.con_body img{max-width: 100%;}
/*******************************************************************************************************************************************************************************/
@media (max-width: 1920px) {
  .display-pc{display: block;}
  .display-600 {    display: none; }

    
}
@media (max-width: 1200px) {
  .display-pc {    display: none; }
  .display-600 {    display: block; }
  .not-display-pc{display: block;}
  .not-display-600 {    display: none; }
    
.topbar{background: #ce0600;}
.topbar .logo-w {
    width: 144px;
    height: 42px; }
    .topbar .logo-w .logo-ww {
      height: 42px; }
      .topbar .logo-w .logo-ww img {
        height: 20px; }
    .topbar .logo-w.ylw {}
  .topbar .navs-w {
    height: 42px;
    background-color: #ce0600; }
    .topbar .navs-w .menu-opener {
      width: 42px;
      height: 42px;
      float: left;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .topbar .navs-w .menu-opener img {
        width: 14px; }
    .topbar .navs-w .phone {
      height: 42px;
      padding: 0 8px 0 16px;
      border-right: none; }
      .topbar .navs-w .phone img {
        width: 14px;
        margin-right: 0; }
      .topbar .navs-w .phone a {
        padding-left: 10px;
        width: 0;
        overflow: hidden;
        transition: width 0.4s;
        font-size: 16px;
        white-space: nowrap;
        color: #000;
        font-weight: bold; }
      .topbar .navs-w .phone.active a {
        width: 140px; }
  .topbar.long .logo-w {
    width: 100%;
    background-color: #ce0600;
    border-right: none; }
    .topbar.long .logo-w .logo-ww {
      justify-content: flex-start;
      padding-left: 20px; }    
    
.sub-menu-w {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  z-index: 12;
  overflow-y: scroll;
  padding-bottom: 40px;
  display: none;
	z-index: 9999;
}
.sub-menu-w .btn-close {
  width: 56px;
  height: 56px;
  right: 0;
  top: 0;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sub-menu-w .btn-close img {
  width: 12px;
}
.sub-menu-w .menu-w {
  padding: 65px 40px 0;
}
.sub-menu-w .menu-w .menu-l {
  width: 100%;
  text-align: center;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}
.sub-menu-w .menu-w .menu-l .mtt, .sub-menu-w .menu-w .menu-l .mtt a {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  padding: 9px 0;
}
.sub-menu-w .menu-w .menu-l:last-child {
  border-bottom: none;
}
.sub-menu-w .menu-w .menu-l .sub-menu {
  border-top: 1px rgba(255, 255, 255, 0.8) solid;
  padding: 8px 0;
  display: none;
}
.sub-menu-w .menu-w .menu-l .sub-menu a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 16px;
  padding: 5px 0;
}
    .Yingbg{padding: 0px 0 5px 0;}
    .wapnav{width: 100%; display: block; overflow: hidden;} 
    .wapnav-a{display: block;padding: 0;line-height: 36px; margin-bottom: 10px; font-size: 14px; text-align: center; background: #CC302B; color: #fff;}
    
    .ProductList{margin-top: 0;}
    .ProductList li{width: 48%; margin: 0px 1%; float: left;}
    .ProductList .ProductImg{ height: 124px;}
    .ProductList P{padding: 9px 0 12px 0;}  
    .Home .about h2 {
    font-size: 20px;
    }
    .YingList{margin-top: 0;}
    .YingList li{width: 48%; margin: 0px 1%; float: left;}
    .YingList .YingImg{ height: 122px;}
    .YingList P{padding: 9px 0 12px 0;}
    .YingList li:nth-child(3n) { margin: 0px 1%;}
    .Home .about{padding-top: 0;}
    .about img{max-width: 100%;}
    .Home .about h2{clear: both; margin-top: 10px; padding-left: 10px; padding-right: 10px;}
    .Home .about p{padding: 0 10px;}
    .gybg{padding: 0px 0 20px 0;}
    .Home .news .top{height: auto;}
    .Home .news .top img{width: 100%;}
    .Home .news .top span{width: 100%;}
    .Home .news .top strong{padding-top: 10px;}
    .info_widget .contact_details p{text-align: center;}
    .footer{padding: 20px 0 65px 0;}
    .pro_index_p {font-size: 13px;}
    .con_body{padding: 0 1px;}
.wap-tit-bg{background: url("../images/wap-tit-bg.jpg") center no-repeat; background-size: cover; height: 60px;}
.wap-tit-bg a{font-size: 20px;font-weight: bold; color: #fff;line-height: 60px;}
.pd_move p{padding:4px 2px 4px 78px;}
ul.chanpin-esc li span{width: 84%;}
.slider .flexslider .flex-direction-nav{display:none;}


.fast-nav-resp {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 58px;
    background-color: #f3f3f3;
    z-index: 11;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.4s; }
.fast-nav-resp .item {
      width: 20%;
      text-align: center;
      position: relative; }
  .fast-nav-resp .item img {
        height: 20px; }
  .fast-nav-resp .item p {
        font-size: 9px;
        margin-top: 5px; }
  .fast-nav-resp .item .badge1 {
        position: absolute;
        width: 12px;
        height: 12px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #E60113;
        color: #fff;
        text-align: center;
        line-height: 12px;
        font-size: 9px;
        top: -4px;
        left: calc(50% + 12px);
        font-weight: bold; }
.fast-nav-resp.active {
      right: 0; }


}
